net/http.http2ClientConn.nextStreamID (field)

11 uses

	net/http (current package)
		h2_bundle.go#L7502: 	nextStreamID    uint32
		h2_bundle.go#L7921: 		nextStreamID:          1,
		h2_bundle.go#L7968: 		cc.nextStreamID = 3
		h2_bundle.go#L8160: 	if cc.singleUse && cc.nextStreamID > 1 {
		h2_bundle.go#L8176: 		int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
		h2_bundle.go#L8231: 	nextID := cc.nextStreamID
		h2_bundle.go#L8292: 	maxStreamID := cc.nextStreamID
		h2_bundle.go#L9345: 	cs.ID = cc.nextStreamID
		h2_bundle.go#L9346: 	cc.nextStreamID += 2
		h2_bundle.go#L9372: 			cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
		h2_bundle.go#L9870: 		neverSent := cc.nextStreamID